type encoding/xml.stack

8 uses

	encoding/xml (current package)
		xml.go#L204: 	stk            *stack
		xml.go#L205: 	free           *stack
		xml.go#L379: type stack struct {
		xml.go#L380: 	next *stack
		xml.go#L392: func (d *Decoder) push(kind int) *stack {
		xml.go#L397: 		s = new(stack)
		xml.go#L405: func (d *Decoder) pop() *stack {
		xml.go#L435: 		s = new(stack)